From f353dbdd44371f004bb5c2722a5aa7635f246f22 Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Sat, 14 Oct 2017 14:43:08 -0400 Subject: [PATCH] Switch to automatic dbgsym packages --- debian/.changelog.swp | Bin 0 -> 1024 bytes debian/changelog | 1 + debian/control | 15 --------------- debian/control.in | 15 --------------- debian/rules | 3 +++ 5 files changed, 4 insertions(+), 30 deletions(-) create mode 100644 debian/.changelog.swp diff --git a/debian/.changelog.swp b/debian/.changelog.swp new file mode 100644 index 0000000000000000000000000000000000000000..097fa2fca8a6cbcaa529ee69573c70e9f32499a4 GIT binary patch literal 1024 zcmYc?$V<%2S1{7E&@*E|0-VeY3|Xl~skxO%f;gC2rD Sat, 14 Oct 2017 14:10:57 -0400 diff --git a/debian/control b/debian/control index 1386aee..b100ab1 100644 --- a/debian/control +++ b/debian/control @@ -60,21 +60,6 @@ Description: Dynamic, any to any, pixel format conversion library (documentation also facilitates creation of new and uncommon ones. . This package contains the API documentation. - -Package: libbabl-0.1-0-dbg -Section: debug -Priority: extra -Architecture: any -Multi-Arch: same -Depends: libbabl-0.1-0 (= ${binary:Version}), - ${misc:Depends} -Description: Dynamic, any to any, pixel format conversion library (debugging symbols) - Babl is a dynamic, any to any, pixel format conversion library. It - provides conversions between the myriad of buffer types images can be - stored in. Babl doesn't only help with existing pixel formats, but - also facilitates creation of new and uncommon ones. - . - This package contains the debugging symbols. # #Package: gir1.2-babl-0.1 #Section: introspection diff --git a/debian/control.in b/debian/control.in index 25b0afb..1000de3 100644 --- a/debian/control.in +++ b/debian/control.in @@ -56,21 +56,6 @@ Description: Dynamic, any to any, pixel format conversion library (documentation also facilitates creation of new and uncommon ones. . This package contains the API documentation. - -Package: libbabl-0.1-0-dbg -Section: debug -Priority: extra -Architecture: any -Multi-Arch: same -Depends: libbabl-0.1-0 (= ${binary:Version}), - ${misc:Depends} -Description: Dynamic, any to any, pixel format conversion library (debugging symbols) - Babl is a dynamic, any to any, pixel format conversion library. It - provides conversions between the myriad of buffer types images can be - stored in. Babl doesn't only help with existing pixel formats, but - also facilitates creation of new and uncommon ones. - . - This package contains the debugging symbols. # #Package: gir1.2-babl-0.1 #Section: introspection diff --git a/debian/rules b/debian/rules index fa0d975..036a41b 100755 --- a/debian/rules +++ b/debian/rules @@ -30,3 +30,6 @@ override_dh_makeshlibs: override_dh_installdocs: dh_installdocs -XMakefile + +override_dh_strip: + dh_strip --dbgsym-migration="libbabl-0.1-0-dbg (<< 0.1.34)" -- 2.30.2